.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
padding-top: 10px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link{
color: #000000;
padding-right:24px;
padding-left:20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #727272;
}

.chromestyle ul li a:visited{
color: #000000;
padding-right:24px;
padding-left:20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #727272;
}

.chromestyle ul li a:hover{
color: #00529c;
padding-right:24px;
padding-left:20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #727272;
}

.chromestyle ul li a:active{
color: #00529c;
padding-right:24px;
padding-left:20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #727272;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 9px;
margin-left: -4px;
border-bottom:1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:30px;
z-index:100;
background-color: #D5D5D5;
width: 200px;
visibility: hidden;
}


.dropmenudiv a:link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #000000;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #000000;
}

.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #00529c;
}

.dropmenudiv a:active{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #000000;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FEBD18;
}